Skip to content

Remove unnecessary refreshonly flag from remove container exec#716

Open
coder-hugo wants to merge 1 commit intogarethr:masterfrom
coder-hugo:fix/execute-remove-container
Open

Remove unnecessary refreshonly flag from remove container exec#716
coder-hugo wants to merge 1 commit intogarethr:masterfrom
coder-hugo:fix/execute-remove-container

Conversation

@coder-hugo
Copy link
Copy Markdown

The refreshonly flag tells puppet to only execute the command of an exec resource when something has "changed". But there is no notify that tells this exec that something has changed so with the refreshonly flag the command will be never executed.

The refreshonly flag tells puppet to only execute the command of an exec
resource when something has "changed". But there is no notify that tells
this exec that something has changed so with the refreshonly flag the
command will be never executed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant